* {
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
}

a {
  color: #1B77AF;
}
a:hover {
  color: #0d284d;
}

.unbounded {
  font-family: "Unbounded", sans-serif;
}

h1 {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 25px;
  }
}

h2 {
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-weight: 700;
  font-size: 25px;
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 16px;
  }
}

p {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  p {
    font-size: 16px;
  }
}

body {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  background: #F5F5F5;
}
body .main-container {
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
  min-height: 100vh;
  overflow-x: hidden;
}
body .main-container header {
  width: 100%;
  background-color: #E5D5F1;
  padding-top: 4rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  body .main-container header {
    background-size: auto;
    background-position: center 400px;
    padding-top: 1rem;
    background: -webkit-linear-gradient(#E5D5F1 50%, #ffffff 50%);
    background: -moz-linear-gradient(#E5D5F1 50%, #ffffff 50%);
    background: -o-linear-gradient(#E5D5F1 50%, #ffffff 50%);
    background: linear-gradient(#E5D5F1 50%, #ffffff 50%);
  }
}
body .main-container header .banner-header {
  width: 100%;
  background-image: url("https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B8810e571-c13c-4a99-b6cd-150a73887b4b%7D_bg-header.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 380px;
  position: absolute;
  bottom: 0rem;
  left: 0;
}
@media screen and (max-width: 991px) {
  body .main-container header .banner-header {
    position: relative;
    top: 0;
    background-position: -350px 0;
    min-height: 400px;
    margin-bottom: -3rem;
    background-position: -180px;
  }
}
body .main-container header .col-form {
  padding: 0rem 4rem;
  z-index: 999;
  position: relative;
}
@media screen and (max-width: 991px) {
  body .main-container header .col-form {
    padding: 2rem;
  }
}
body .main-container header .col-form .form-in {
  background: #fff;
  box-shadow: 3px 2px 20px #4e4c4c59;
  margin-bottom: -8rem;
}
@media screen and (max-width: 991px) {
  body .main-container header .col-form .form-in {
    margin-top: -6rem;
  }
}
body .main-container .session {
  min-height: 600px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 8rem;
}
body .main-container .session .session-txt {
  padding: 6rem;
  padding-right: 8rem;
  background-image: url("https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7Bedcd401a-930a-480f-9b6b-03964a5b3ba3%7D_shape.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  body .main-container .session .session-txt {
    padding: 10rem 3rem;
    background-position: top right;
    margin-top: -6rem;
    background-size: contain;
    background-color: #F4E04D;
  }
}
@media screen and (min-width: 1300px) {
  body .main-container .session .session-txt {
    padding: 2rem 8rem;
  }
}
body .main-container .session .session-img img {
  right: 0;
  bottom: 0;
  width: 120%;
  margin-left: -10%;
}
@media screen and (max-width: 991px) {
  body .main-container .session .session-img img {
    position: relative;
    margin-top: -10rem;
    width: 100%;
    background-color: #f4e04e;
    margin-left: 0;
  }
}
body .main-container .speakers-new {
  min-height: 300px;
  background: url("https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7Bf1629b6f-48dc-4496-88ff-79def2afa6c0%7D_bk-spk.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 4rem 0;
}
@media screen and (max-width: 991px) {
  body .main-container .speakers-new {
    background-size: auto;
  }
}
body .main-container .speakers-new .slide-speaker {
  text-align: center;
  padding: 0 1rem;
}
@media screen and (max-width: 991px) {
  body .main-container .speakers-new .slide-speaker {
    margin-top: 2rem;
  }
}
body .main-container .speakers-new .slide-speaker img {
  width: 260px;
  margin: 0 auto;
  display: block;
}
body .main-container .demos {
  width: 100%;
  min-height: 300px;
  padding: 0 2rem;
  margin: 4rem auto;
}
@media screen and (max-width: 991px) {
  body .main-container .demos h2 {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 991px) {
  body .main-container .demos {
    padding: 0rem;
    margin-top: 0;
  }
}
body .main-container .demos .democard {
  text-align: center;
  padding: 2rem;
  background: #fff;
  border-top: 12px solid #683193;
  width: 360px;
  min-height: 420px;
  margin: 0 auto;
  box-shadow: 3px 2px 20px #4e4c4c59;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  body .main-container .demos .democard {
    margin-top: 2rem;
  }
}
body .main-container .resources {
  width: 100%;
  min-height: 300px;
  background: #0194D7;
  padding: 4rem 0;
}
@media screen and (max-width: 991px) {
  body .main-container .resources {
    padding-bottom: 6rem;
  }
}
body .main-container .resources .arrow-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  body .main-container .resources .arrow-control {
    position: absolute;
    bottom: -2rem;
    justify-content: center;
    left: 0;
  }
  body .main-container .resources .arrow-control img {
    margin: 0 2rem;
  }
}
body .main-container .resources .arrow-control img {
  width: 50px;
  cursor: pointer;
}
body .main-container .resources .resource-card {
  padding: 2rem;
  background: #fff;
  border-radius: 1rem;
  width: 360px;
  min-height: 340px;
  margin: 0 auto;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 4rem;
}
body .main-container .resources .resource-card .cta-card {
  position: absolute;
  bottom: 2rem;
  align-items: center;
}
body .main-container .resources .resource-card .cta-card .span-block {
  font-size: 16px;
  padding-top: 5px;
}
body .main-container .resources .resource-card .arrow img {
  width: 40px;
}
body .main-container .map {
  width: 100%;
  min-height: 200px;
  position: relative;
}
body .main-container .map .info-event {
  position: absolute;
  bottom: 1rem;
  left: 0rem;
  background: #FEFBEA;
  padding: 1rem;
  box-shadow: 10px 10px 0px 0px #f4e04d;
}

.btn-new {
  margin: 2rem 0;
}
.btn-new a {
  background: #23B9FE;
  color: #000;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.btn-new a:hover {
  background: #0d284d;
  color: #fff;
  transition: all 300ms ease-in-out;
}

.btn-new2 {
  margin: 2rem 0;
}
.btn-new2 a {
  background: #fff;
  color: #000 !important;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.btn-new2 a:hover {
  background: #0d284d;
  color: #fff !important;
  transition: all 300ms ease-in-out;
}

.btn-new3 {
  margin: 2rem auto;
  text-align: center;
}
.btn-new3 a {
  background: #23B9FE;
  color: #000;
  padding: 20px 80px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms ease-in-out;
  margin: 0 auto;
  font-size: 1.2rem;
}
.btn-new3 a:hover {
  background: #fff;
  color: #000;
  transition: all 300ms ease-in-out;
}

.btn-new4 {
  margin: 1.5rem 0;
  position: absolute;
  left: 50%;
  margin-left: -100px;
}
.btn-new4 a {
  background: #23B9FE;
  color: #000;
  padding: 15px 60px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.btn-new4 a:hover {
  background: #0d284d;
  color: #fff;
  transition: all 300ms ease-in-out;
}

.navbar {
  padding: 0.8rem 0;
  box-shadow: 3px 2px 20px #4e4c4c59;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .navbar {
    text-align: center;
  }
}
.navbar .nav-item a {
  color: #000;
}
.navbar .btn-reg a {
  background: #23B9FE;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  margin-left: 1rem;
}
.navbar .btn-reg a:hover {
  background: #0d284d;
  color: #fff;
}

.navbar-nav {
  justify-content: center;
  width: 95%;
}

@media screen and (max-width: 991px) {
  .navbar-brand {
    width: 70%;
  }
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: center;
}

.nav-link.active {
  color: #007BAF !important;
}

.footer__container__links:where(.astro-SZ7XMLTE) {
  color: var(--black) !important;
  text-decoration: none !important;
}

.end-legal:where(.astro-SZ7XMLTE) {
  display: flex;
  color: var(--black) !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 300;
}

.end-legal:where(.astro-SZ7XMLTE) p:where(.astro-SZ7XMLTE) {
  margin: 0 !important;
  text-decoration: none !important;
  font-size: 14px !important;
}

.fy:where(.astro-SZ7XMLTE) {
  font-size: 14px;
  color: var(--black) !important;
}

.optanon-show-settings:where(.astro-SZ7XMLTE):hover span:where(.astro-SZ7XMLTE) {
  color: var(--black) !important;
}

.optanon-show-settings:where(.astro-SZ7XMLTE) span:where(.astro-SZ7XMLTE) {
  color: var(--black) !important;
}

footer:where(.astro-SZ7XMLTE) {
  background-color: var(--gray-100);
  padding: 12px 0;
  box-shadow: var(--shadow);
}

.footer__container:where(.astro-SZ7XMLTE) {
  display: grid;
  grid-template-columns: 30% 40% 30%;
  place-items: center;
}

.footer__container__logo:where(.astro-SZ7XMLTE) img:where(.astro-SZ7XMLTE) {
  width: 120px;
}

.footer__container__rrss:where(.astro-SZ7XMLTE) {
  display: flex;
  gap: 16px;
}

.legalLink:where(.astro-SZ7XMLTE) a:where(.astro-SZ7XMLTE) {
  color: var(--white) !important;
  text-decoration: none !important;
  font-size: 14px !important;
}

.optanon-show-settings:where(.astro-SZ7XMLTE) span:where(.astro-SZ7XMLTE) {
  color: var(--red) !important;
  font-family: var(--font-family) !important;
  font-size: 14px !important;
}

.legalLink:where(.astro-SZ7XMLTE) {
  color: #fff !important;
  font-size: 14px !important;
}

.footer__container__rrss:where(.astro-SZ7XMLTE) a:where(.astro-SZ7XMLTE) img:where(.astro-SZ7XMLTE) {
  transition: transform 0.3s ease;
}

.footer__container__rrss:where(.astro-SZ7XMLTE) a:where(.astro-SZ7XMLTE) img:where(.astro-SZ7XMLTE):hover {
  transform: scale(1.1);
  transition: transform 0.1s ease;
}

@media (max-width: 991.98px) {
  .footer__container:where(.astro-SZ7XMLTE) {
    grid-template-columns: 1fr;
  }

  .end-legal:where(.astro-SZ7XMLTE) {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fy:where(.astro-SZ7XMLTE) {
    text-align: center;
  }
}
.legalLink:where(.astro-SZ7XMLTE) a:where(.astro-SZ7XMLTE) {
  color: var(--white) !important;
  font-size: 14px !important;
}

.optanon-show-settings:where(.astro-SZ7XMLTE) {
  color: var(--white) !important;
  font-size: 14px !important;
}

.optanon-show-settings:where(.astro-SZ7XMLTE):hover {
  color: var(--white) !important;
  font-size: 14px !important;
}

.social:where(.astro-SZ7XMLTE) {
  display: flex;
  list-style: none;
  gap: 16px;
  margin-top: 8px;
  padding: 0;
}

.social__icon:where(.astro-SZ7XMLTE) {
  width: 32px;
  transition: transform 0.3s ease;
  background-color: #fff;
}

.social__icon:where(.astro-SZ7XMLTE):hover {
  transition: transform 0.3s ease;
  transform: translateY(-4px);
}

.end-legal:where(.astro-SZ7XMLTE) {
  padding-top: 8px;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --web-black: #151515;
  --red: #da291c;
  --navy: #0d284d;
  --purple: #683193;
  --blue: #0194d7;
  --green: #63c558;
  --yellow: #f4e04d;
  --gray-300: #333333;
  --gray-200: #efefef;
  --gray-100: #f5f5f5;
  --shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  --font-main: "Noto Sans JP", sans-serif;
  --font-title: "Unbounded", sans-serif;
}

.splide__pagination__page {
  background: #fff !important;
  border: 1px solid #666 !important;
}

.splide__pagination__page.is-active {
  background-color: #333 !important;
  border: 0 !important;
}

.splide__pagination {
  top: -2rem !important;
  bottom: auto !important;
}

.demos .splide__pagination {
  top: auto !important;
  bottom: 0 !important;
}

.place-card, .place-card-large, .default-card {
  display: none !important;
}

.ctain {
  margin-top: 2rem;
}
.ctain a {
  text-decoration: none;
  color: #000;
}
.ctain a p {
  text-decoration: none;
  color: #000;
  margin: 0;
  font-size: 15px;
}
.ctain a p:before {
  content: "";
  background-image: url("https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7Bd696eb9b-4a27-44ef-b097-5d5384112416%7D_arrow.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  position: relative;
  left: 0;
  transition: all 300ms ease-in-out;
  height: 14px;
  width: 55px;
  display: inline-block;
}
.ctain a p:hover::before {
  left: 8px;
}
.ctain a img {
  width: 200px;
}
